home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / parser / readme.txt < prev   
Encoding:
Text File  |  1995-03-01  |  598 b   |  14 lines

  1. PARSER ⌐Tisoft inc. 1995
  2.  
  3. This program allows you to enter formulas. 
  4. It will evaluate them. 
  5. You can add as many function as you want and have as many variable as you want.
  6.  
  7. All the work is done by the PARSE.BAS module.
  8. But you will have to enter the names of your variables in the Intitule array. This
  9. is done in the Form_Load Sub of the main form: Form1. 
  10.  
  11. This program may have a lot of enhancement. It is quite a skeleton to develop powerful
  12. skeleton. You can use it free. But if you do enhancement, I will be pleased to receive a copy of them.
  13.  
  14. Christophe Tricaud, Paris, France.